[index]
EndArrow Property
Syntax
set the endArrow of <shape> to <boolean> Applies to line shapes
Description
Examples
Add the following handler to a line shape object:
on mouseUp
get the startArrow of me
set the startArrow of me to (not it) set the endArrow of me to it
end mouseUp
When the user clicks on the shape, an arrowhead appears on one end of the line. When the user clicks on the shape again, the arrowhead shifts to the opposite end.
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.